home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
TCL1
/
GRAPH_FO
/
(GRAPH
/
CGRAPHTE
/
CSELRECT.H
< prev
next >
Wrap
Text File
|
1991-02-15
|
714b
|
25 lines
/******************************************************************************
CSelRectTask.h
Interface for the SelRectTask Class, making selections by drawing
a rectangle.
Copyright ⌐ 1991 Maarten Meijer. All rights reserved.
******************************************************************************/
#define _H_CSelRectTask
/* includes */
#include "CGraphTask.h" /* Interface for its superclass */
/* class definition */
struct CSelRectTask : CGraphTask {
/** Instance Methods **/
/** Contruction/Destruction **/
/** Mouse Tracking **/
void EndTracking(Point *currPt, Point *prevPt, Point *startPt);
/** Drawing the thing **/
void Do(void); /* Can't undo ... */
};